- compacting garbage collection
- чистка памяти с уплотнением
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Garbage collection (computer science) — This article is about garbage collection in memory management. For garbage collection in an SSD, see garbage collection (SSD). For other uses, see garbage collection. In computer science, garbage collection (GC) is a form of automatic memory… … Wikipedia
Garbage truck — Not to be confused with Dump truck. Scania front loader Garbage truck refers to a truck specially designed to collect small quantities of waste and haul the collected waste to a solid waste treatment facility. Other common names for this type of… … Wikipedia
Waste collection vehicle — A waste collection vehicle (WCV), or colloquially called a Garbage Truck , Dustcart or Dustbin lorry is a truck specially designed to pick up smaller quantities of waste and haul it to landfills and other recycling or treatment facilities. They… … Wikipedia
Mark-compact algorithm — In computer science, a mark compact algorithm is a type of garbage collection algorithm used to reclaim unreachable memory. Mark compact algorithms can be regarded as a combination of the mark sweep algorithm and Cheney s copying algorithm. First … Wikipedia
.NET Framework — This article is about the Microsoft technology. For the Top level domain, see .net. For other uses, see .NET. .NET Framework Developer(s) Microsoft … Wikipedia
Mono (software) — This article is about the computing platform. For other uses, see Mono (disambiguation). Mono Developer(s) Xamarin (formerly by Novell and originally by Ximian) and the Mono community … Wikipedia
Cheney's algorithm — Cheney s algorithm, first described in a 1970 ACM paper by C.J. Cheney, is a method of garbage collection in computer software systems. In this scheme, the heap is divided into two equal halves, only one of which is in use at any one time.… … Wikipedia
Rotopress — The Rotopress is a European waste collection vehicle manufactured by the German company Faun GmbH.Originally a French design, later interpreted by a British company known as Laird Engineering Ltd, the Rotopress is a continuously compacting… … Wikipedia
Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… … Wikipedia
Fragmentation (computing) — In computer storage, fragmentation is a phenomenon in which storage space is used inefficiently, reducing storage capacity and in most cases reducing the performance. The term is also used to denote the wasted space itself. There are three… … Wikipedia
Chicken (Scheme implementation) — Chicken Scheme Original author(s) Felix Winkelmann Developer(s) The Chicken Team Initial release … Wikipedia